Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Introduction to Integrals (Antiderivatives) Indefinite Integrals: Definition and Notation ($\int f(x) dx$) Properties of Indefinite Integrals
Standard Formulas of Indefinite Integrals Integration (Applied Maths) Indefinite Integrals as Family of Curves (Applied Maths Geometric Interpretation)


Introduction to Integrals: Indefinite Integral



Introduction to Integrals (Antiderivatives)

Calculus encompasses two major branches: differential calculus and integral calculus. Differentiation deals with finding the rate of change of a function. Integral calculus, in one of its foundational aspects, tackles the inverse problem: given a function $f(x)$ that represents the rate of change of some other function $F(x)$, can we find the original function $F(x)$? This inverse process is called antidifferentiation, and the function $F(x)$ we find is called an antiderivative or a primitive of $f(x)$.

The Inverse Process of Differentiation (Antidifferentiation)

Differentiation is the operation of taking a function $F(x)$ and finding its derivative, $F'(x)$. Let's denote this derivative as $f(x)$, so $F'(x) = f(x)$. Antidifferentiation is the operation of starting with the function $f(x)$ (which we know is the derivative of some function) and finding the original function $F(x)$.

Definition: A function $F(x)$ is called an antiderivative (or a primitive function) of a function $f(x)$ on an interval $I$ if the derivative of $F(x)$ with respect to $x$ is equal to $f(x)$ for all values of $x$ within that interval $I$.

"$F'(x) = f(x) \quad \text{for all } x \text{ in } I$"

[Definition of Antiderivative]

The process of finding antiderivatives is also known as integration, specifically indefinite integration, which will be formalized with notation later.


The Problem of Uniqueness: The Constant of Integration

A crucial question arises immediately when seeking an antiderivative: Is the antiderivative of a function unique? Let's explore this with a simple example.

Consider the function $f(x) = 2x$. We are looking for a function $F(x)$ such that its derivative $F'(x)$ is $2x$.

These examples show that if $F(x)$ is an antiderivative of $f(x)$, then adding any constant $C$ to $F(x)$ results in another function, $F(x) + C$, which is also an antiderivative of $f(x)$. This is because the derivative of any constant $C$ is always zero:

"$\frac{d}{dx}[F(x) + C] = \frac{d}{dx}F(x) + \frac{d}{dx}C = f(x) + 0 = f(x)$"

[Derivative of a sum]

Furthermore, it can be proven that if two functions have the same derivative on an interval, they can differ by at most a constant. That is, if $F'(x) = G'(x)$ for all $x$ in an interval $I$, then $G(x) - F(x) = C$ for some constant $C$, or $G(x) = F(x) + C$.


The Antiderivative as a Family of Functions: The General Antiderivative

Due to the non-uniqueness introduced by the constant term, a function $f(x)$ does not have a single, unique antiderivative. Instead, it has an entire collection or family of antiderivatives. All functions in this family have the same derivative $f(x)$ and differ from each other only by a constant value.

If $F(x)$ is any specific or "particular" antiderivative of $f(x)$ (meaning $F'(x) = f(x)$), then the general antiderivative of $f(x)$ is the set of all functions of the form $F(x) + C$, where $C$ is an arbitrary real number constant.

This constant, $C$, is called the constant of integration. Its presence signifies that there are infinitely many functions that have $f(x)$ as their derivative. To determine a specific antiderivative (a particular value of $C$), we would need additional information, such as the value of the function at a particular point (an initial condition or boundary condition).

The process of finding this general antiderivative, or the family of all antiderivatives, is represented by the notation of the indefinite integral, which is introduced next.



Indefinite Integrals: Definition and Notation ($\int f(x) dx$)

To formally represent the process of antidifferentiation and the family of all antiderivatives of a function, we use the notation of the indefinite integral. This notation is a fundamental symbol in integral calculus.

Definition of the Indefinite Integral

The indefinite integral of a function $f(x)$ with respect to $x$ is defined as the collection (or family) of all antiderivatives of $f(x)$.

If $F(x)$ is any function such that $F'(x) = f(x)$, then the set of all antiderivatives of $f(x)$ is given by $F(x) + C$, where $C$ is an arbitrary constant. The indefinite integral represents this entire family.


Notation for the Indefinite Integral

The indefinite integral of a function $f(x)$ with respect to the variable $x$ is denoted by the symbol $\int f(x) dx$.

$\int f(x) dx$

If $F(x)$ is any particular antiderivative of $f(x)$ (meaning $F'(x) = f(x)$), then the relationship between the integral notation and the family of antiderivatives is written as:

$\int f(x) dx = F(x) + C$

In this notation:

The process of evaluating an indefinite integral is called integration. It's the inverse operation of differentiation.

The fundamental relationship between differentiation and indefinite integration can be summarized as:

$\frac{d}{dx}[F(x)] = f(x) \quad \iff \quad \int f(x) dx = F(x) + C$

This means that differentiating the result of an indefinite integral gives you back the original integrand (ignoring the constant $C$), and conversely, finding a function whose derivative is the integrand gives you the result of the indefinite integral (plus the constant $C$).


Example 1. Find the indefinite integral of $f(x) = 2x$.

Answer:

We are asked to find the indefinite integral of $f(x) = 2x$. Using the notation, this is written as $\int 2x dx$.

To evaluate this integral, we need to find a function $F(x)$ whose derivative is $2x$. That is, we are looking for $F(x)$ such that $F'(x) = 2x$.

From our knowledge of differentiation, we recall that the derivative of $x^2$ is $2x$.

"$\frac{d}{dx}(x^2) = 2x$"

So, $F(x) = x^2$ is a particular antiderivative of $2x$.

The indefinite integral is the family of all such antiderivatives, which is $F(x)$ plus the constant of integration $C$.

"$\int 2x dx = x^2 + C$"

The indefinite integral is $x^2 + C$.


Example 2. Find $\int \cos x dx$.

Answer:

We need to evaluate the indefinite integral $\int \cos x dx$.

This requires finding a function $F(x)$ whose derivative is $\cos x$. That is, we are looking for $F(x)$ such that $F'(x) = \cos x$.

From our knowledge of differentiation of trigonometric functions, we recall that the derivative of $\sin x$ is $\cos x$.

"$\frac{d}{dx}(\sin x) = \cos x$"

So, $F(x) = \sin x$ is a particular antiderivative of $\cos x$.

The indefinite integral is the family of all such antiderivatives, including the constant of integration $C$.

"$\int \cos x dx = \sin x + C$"

The indefinite integral is $\sin x + C$.



Properties of Indefinite Integrals

Indefinite integrals follow properties that are direct consequences of the corresponding rules for derivatives (namely, the Constant Multiple Rule and the Sum/Difference Rules for differentiation). These properties make it easier to integrate combinations of functions.

Let $f(x)$ and $g(x)$ be functions for which indefinite integrals exist, and let $k$ be any real number constant.

1. Constant Multiple Rule for Integration

The indefinite integral of a constant times a function is equal to the constant times the indefinite integral of the function.

$\int k f(x) dx = k \int f(x) dx$

This property holds for any constant $k$.

Reason/Verification:

Let $\int f(x) dx = F(x) + C_1$. By definition, $\frac{d}{dx}[F(x) + C_1] = f(x)$.

Consider the right side of the property: $k \int f(x) dx = k (F(x) + C_1) = k F(x) + k C_1$.

Consider the left side of the property: $\int k f(x) dx$. Let's find its derivative:

$\frac{d}{dx}\left[ k \int f(x) dx \right] = \frac{d}{dx}[k (F(x) + C_1)] = \frac{d}{dx}[k F(x) + k C_1]$

Using the Sum and Constant Rule for differentiation:

$= \frac{d}{dx}(k F(x)) + \frac{d}{dx}(k C_1)$

Using the Constant Multiple Rule and Constant Rule for differentiation:

$= k F'(x) + 0 = k f(x)$

Since the derivative of $k \int f(x) dx$ is $k f(x)$, by the definition of indefinite integral, $k \int f(x) dx$ represents the family of antiderivatives of $k f(x)$. Thus, $\int k f(x) dx = k F(x) + C'$, where $C'$ is an arbitrary constant. Since $kC_1$ is also an arbitrary constant, we can set $C' = kC_1$, confirming the property.

2. Sum Rule for Integration

The indefinite integral of the sum of two functions is equal to the sum of their individual indefinite integrals.

$\int [f(x) + g(x)] dx = \int f(x) dx + \int g(x) dx$

Reason/Verification:

Let $\int f(x) dx = F(x) + C_1$ and $\int g(x) dx = G(x) + C_2$. By definition, $F'(x) = f(x)$ and $G'(x) = g(x)$.

Consider the right side of the property: $\int f(x) dx + \int g(x) dx = (F(x) + C_1) + (G(x) + C_2) = F(x) + G(x) + (C_1 + C_2)$. Since $C_1 + C_2$ is an arbitrary constant, we can denote it as $C$. So the right side is $F(x) + G(x) + C$.

Consider the integrand on the left side: $f(x) + g(x)$. Let's find the derivative of $F(x) + G(x)$:

$\frac{d}{dx}[F(x) + G(x)] = \frac{d}{dx}F(x) + \frac{d}{dx}G(x)$ (Using Sum Rule for differentiation)

$= F'(x) + G'(x) = f(x) + g(x)$

Since the derivative of $F(x) + G(x)$ is $f(x) + g(x)$, by the definition of indefinite integral, $\int [f(x) + g(x)] dx = F(x) + G(x) + C$, where $C$ is an arbitrary constant. This matches the form of the right side, confirming the property.

3. Difference Rule for Integration

The indefinite integral of the difference of two functions is equal to the difference of their individual indefinite integrals.

$\int [f(x) - g(x)] dx = \int f(x) dx - \int g(x) dx$

Reason/Verification:

Similar to the Sum Rule. Let $\int f(x) dx = F(x) + C_1$ and $\int g(x) dx = G(x) + C_2$. The right side becomes $(F(x) + C_1) - (G(x) + C_2) = F(x) - G(x) + (C_1 - C_2)$, which is $F(x) - G(x) + C$. The derivative of $F(x) - G(x)$ is $\frac{d}{dx}[F(x) - G(x)] = F'(x) - G'(x) = f(x) - g(x)$. Thus, $\int [f(x) - g(x)] dx = F(x) - G(x) + C$, confirming the property.

Important Note Regarding the Constant of Integration: When using the Sum or Difference Rule, each individual integral technically introduces its own constant of integration ($C_1, C_2$, etc.). However, the sum or difference of any number of arbitrary constants is simply another arbitrary constant. Therefore, in practice, we evaluate the integrals of the individual terms without adding a constant to each one, and add a single overall constant of integration, $C$, at the very end of the entire integration process for that expression.

For example, for $\int (f(x) + g(x) - h(x)) dx$, we find the antiderivatives $F(x), G(x), H(x)$ such that $F'=f, G'=g, H'=h$. Then the integral is $F(x) + G(x) - H(x) + C$.


Example 1. Evaluate $\int (3x^2 - 4\sin x) dx$.

Answer:

We need to evaluate the indefinite integral $\int (3x^2 - 4\sin x) dx$. This involves a difference of two terms, each multiplied by a constant.

Using the Difference Rule for integrals, we can integrate the terms separately:

"$\int (3x^2 - 4\sin x) dx = \int 3x^2 dx - \int 4\sin x dx$"

[Using Difference Rule]

Now, using the Constant Multiple Rule for integrals, we can move the constants outside the integral signs:

$= 3 \int x^2 dx - 4 \int \sin x dx$"

[Using Constant Multiple Rule]

Next, we need to find the antiderivatives of $x^2$ and $\sin x$. We look for functions whose derivatives are $x^2$ and $\sin x$, respectively.

  • For $\int x^2 dx$: We need a function $F(x)$ such that $F'(x) = x^2$. Recall the Power Rule in differentiation: $\frac{d}{dx}(x^n) = nx^{n-1}$. If we have $x^3$, its derivative is $3x^2$. So, if we take $\frac{1}{3}x^3$, its derivative is $\frac{d}{dx}(\frac{1}{3}x^3) = \frac{1}{3} \cdot 3x^2 = x^2$. Thus, $\frac{x^3}{3}$ is an antiderivative of $x^2$. $\int x^2 dx = \frac{x^3}{3} + C_1$.
  • For $\int \sin x dx$: We need a function $G(x)$ such that $G'(x) = \sin x$. Recall the derivative of $\cos x$ is $-\sin x$: $\frac{d}{dx}(\cos x) = -\sin x$. If we take the negative of $\cos x$, its derivative is $\frac{d}{dx}(-\cos x) = - \frac{d}{dx}(\cos x) = -(-\sin x) = \sin x$. Thus, $-\cos x$ is an antiderivative of $\sin x$. $\int \sin x dx = -\cos x + C_2$.

Substitute these antiderivatives back into the expression, combining the constants of integration into a single arbitrary constant $C$ at the end:

$= 3 \left( \frac{x^3}{3} \right) - 4 (-\cos x) + C$"

[Substitute antiderivatives and combine constants]

Simplify the expression:

$= x^3 + 4\cos x + C$"

The indefinite integral is $x^3 + 4\cos x + C$.

To verify, differentiate the result: $\frac{d}{dx}(x^3 + 4\cos x + C) = 3x^2 + 4(-\sin x) + 0 = 3x^2 - 4\sin x$, which is the original integrand.



Standard Formulas of Indefinite Integrals

Just as differentiation has a set of standard rules and formulas for basic functions that serve as building blocks, integration also has a corresponding set of standard formulas for indefinite integrals. These formulas are essentially the reverse of the differentiation formulas we have learned. To verify any integration formula, you can differentiate the proposed result (the antiderivative plus the constant) and check if you get back the original integrand.

In each formula below, $C$ represents the arbitrary constant of integration.

Basic Algebraic Integrals

These are derived from the Power Rule and Constant Rule for differentiation.

Trigonometric Integrals

These are the antiderivatives of the basic trigonometric functions' derivatives.

Finding the integrals of $\tan x, \cot x, \sec x, \text{cosec } x$ themselves requires the substitution method, which is covered in a later section on integration techniques.

Exponential Integrals

These formulas come directly from the derivatives of exponential functions.

Integrals Leading to Inverse Trigonometric Functions

These formulas are the reverse of the derivatives of inverse trigonometric functions (specifically $\arcsin$, $\arctan$, and $\text{arcsec}$).

Formulas involving negatives (e.g., $\int -\frac{1}{\sqrt{1 - x^2}} dx = \arccos x + C$) are also valid but are essentially the negative of the listed primary formulas, so they are often not listed separately.

Mastering these standard formulas, along with the linearity properties (Sum, Difference, and Constant Multiple Rules), allows for the integration of a wide range of functions.


Example 1. Evaluate $\int (5e^x + \frac{1}{\sqrt{1-x^2}} - \frac{3}{x}) dx$.

Answer:

We need to evaluate the indefinite integral $\int (5e^x + \frac{1}{\sqrt{1-x^2}} - \frac{3}{x}) dx$. This involves a sum and difference of terms, with constant multiples.

Using the linearity properties (Sum Rule, Difference Rule, and Constant Multiple Rule), we can integrate each term separately:

"$\int (5e^x + \frac{1}{\sqrt{1-x^2}} - \frac{3}{x}) dx = \int 5e^x dx + \int \frac{1}{\sqrt{1-x^2}} dx - \int \frac{3}{x} dx$"

[Using Sum/Difference Rules]

$= 5 \int e^x dx + \int \frac{1}{\sqrt{1-x^2}} dx - 3 \int \frac{1}{x} dx$"

[Using Constant Multiple Rule]

Now, we use the standard formulas for each of these basic integrals:

  • $\int e^x dx = e^x + C_1$
  • $\int \frac{1}{\sqrt{1-x^2}} dx = \arcsin x + C_2$
  • $\int \frac{1}{x} dx = \ln |x| + C_3$

Substitute these results back into the expression. We combine the separate constants $C_1, C_2, C_3$ into a single arbitrary constant $C$ at the end ($C = 5C_1 + C_2 - 3C_3$, but since $C_1, C_2, C_3$ are arbitrary, their linear combination is also arbitrary).

$= 5(e^x) + (\arcsin x) - 3(\ln |x|) + C$"

[Substitute standard integrals and add $C$]

The indefinite integral is $5e^x + \arcsin x - 3\ln |x| + C$.

To verify, we can differentiate the result:

$\frac{d}{dx}(5e^x + \arcsin x - 3\ln |x| + C)$

$= 5 \frac{d}{dx}(e^x) + \frac{d}{dx}(\arcsin x) - 3 \frac{d}{dx}(\ln |x|) + \frac{d}{dx}(C)$

$= 5(e^x) + \frac{1}{\sqrt{1-x^2}} - 3\left(\frac{1}{x}\right) + 0$

$= 5e^x + \frac{1}{\sqrt{1-x^2}} - \frac{3}{x}$, which is the original integrand.



Integration (Applied Maths)

From an applied mathematics, physics, engineering, or economics perspective, integration (specifically indefinite integration or finding antiderivatives) is primarily used as a tool for recovering a function when its rate of change is known. If we know how fast a quantity is changing with respect to another variable, integration allows us to find the formula for the quantity itself (up to a constant).

The constant of integration $C$ that arises in indefinite integration corresponds to some initial state, fixed value, or starting point of the quantity. To determine the exact function that models a specific situation, we need additional information, usually in the form of an "initial condition" or a "boundary condition".

Recovering Functions from Rates in Applications

Here are some common applications where finding the antiderivative is essential:

In applied settings, finding the indefinite integral provides the general solution family, and additional information specific to the problem (initial values, boundary values, constraints) is used to find the unique particular solution by determining the value of the constant of integration $C$.


Example 1. The velocity of an object moving along a straight line is given by $v(t) = 3t^2 - 2t + 5$ m/s. If the initial position of the object is $s(0) = 10$ m, find the position function $s(t)$.



Indefinite Integrals as Family of Curves (Applied Maths Geometric Interpretation)

The result of evaluating an indefinite integral $\int f(x) dx = F(x) + C$ is not a single function or a single curve, but rather an infinite set of functions, each corresponding to a different real value of the constant of integration $C$. Geometrically, this family of functions represents a family of curves that share a unique property related to their slopes.

Geometric Interpretation of the Family of Curves $y = F(x) + C$

Let $y = F(x)$ be a particular antiderivative of $f(x)$, so $F'(x) = f(x)$. The indefinite integral gives the general antiderivative $y = F(x) + C$.

Family of curves F(x)+C

Example: Consider the integral $\int 2x dx = x^2 + C$. This represents the family of parabolas $y = x^2 + C$. The graphs for $C=0, 1, -1, 5,$ etc., are parabolas that are vertical shifts of the basic parabola $y = x^2$. For any $x$, say $x=2$, the slope of the tangent line to $y = x^2 + C$ is $\frac{dy}{dx}\bigg|_{x=2} = 2x\bigg|_{x=2} = 2(2) = 4$. All parabolas in this family have a tangent line with slope 4 at $x=2$.

From an applied perspective, the family of curves $y = F(x) + C$ represents all possible solutions to a problem where the rate of change is given by $f(x)$. The constant $C$ reflects some initial or boundary condition. For example, if $f(x)$ is a marginal cost function, $F(x)+C$ is the total cost function, and $C$ represents the fixed cost (cost at $x=0$). Each value of $C$ corresponds to a different fixed cost, but all firms with the same marginal cost function will have total cost curves that are vertical shifts of each other.

Knowing the indefinite integral gives the general form of the relationship between the variables. To pinpoint the specific curve (the particular solution) that applies to a given scenario, we need one piece of information that relates $x$ and $y$ for a particular point, which allows us to solve for the unique value of $C$.